home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / exepc / mar94 / sema11.gif < prev    next >
Graphics Interchange Format  |  1996-07-02  |  31KB  |  575x165  |  4-bit (16 colors)
Labels: text | screenshot | font | number
OCR: Type Syntax Lifetime Storage Handled by Transient C++ p = new person; process heap C++ runtime DML p = new (db) database database ObjectStore person; C++ Library- p = new (db, database database ObjectStore based API person_type) person; Figure 1 - Creating Persistent and Heap-based objects in C++